home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / internet / bmconv / _SETUP.1 / bm_conv.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1998-05-26  |  2KB  |  101 lines

  1. object Form5: TForm5
  2.   Left = 282
  3.   Top = 191
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bookmark file repair'
  7.   ClientHeight = 150
  8.   ClientWidth = 287
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 3
  22.     Top = 0
  23.     Width = 281
  24.     Height = 145
  25.     TabOrder = 0
  26.     object repair_b: TButton
  27.       Left = 144
  28.       Top = 104
  29.       Width = 129
  30.       Height = 33
  31.       Caption = 'Repair it!'
  32.       Default = True
  33.       Enabled = False
  34.       TabOrder = 0
  35.       OnClick = repair_bClick
  36.     end
  37.     object GroupBox2: TGroupBox
  38.       Left = 8
  39.       Top = 13
  40.       Width = 265
  41.       Height = 84
  42.       Caption = 'File to repair:'
  43.       TabOrder = 1
  44.       object Gauge1: TGauge
  45.         Left = 8
  46.         Top = 49
  47.         Width = 249
  48.         Height = 25
  49.         Enabled = False
  50.         ForeColor = clRed
  51.         Progress = 0
  52.       end
  53.       object passnr_l: TLabel
  54.         Left = 16
  55.         Top = 54
  56.         Width = 3
  57.         Height = 13
  58.         Font.Charset = DEFAULT_CHARSET
  59.         Font.Color = clBlack
  60.         Font.Height = -11
  61.         Font.Name = 'MS Sans Serif'
  62.         Font.Style = []
  63.         ParentFont = False
  64.         Transparent = True
  65.       end
  66.       object rfilename: TEdit
  67.         Left = 8
  68.         Top = 17
  69.         Width = 185
  70.         Height = 21
  71.         Color = clMenu
  72.         ReadOnly = True
  73.         TabOrder = 0
  74.       end
  75.       object browse_b: TButton
  76.         Left = 200
  77.         Top = 16
  78.         Width = 57
  79.         Height = 25
  80.         Caption = 'Browse...'
  81.         TabOrder = 1
  82.         OnClick = browse_bClick
  83.       end
  84.     end
  85.     object Button3: TButton
  86.       Left = 8
  87.       Top = 104
  88.       Width = 129
  89.       Height = 33
  90.       Caption = 'Cancel'
  91.       TabOrder = 2
  92.       OnClick = Button3Click
  93.     end
  94.   end
  95.   object OpenDialog1: TOpenDialog
  96.     Filter = 'Bookmark File (*.htm  *.html)|*.htm;*.html'
  97.     Left = 2
  98.     Top = 88
  99.   end
  100. end
  101.